home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Misc / msql-1.0.6 / src / tests / rtest.src / 3.test < prev    next >
Text File  |  1994-12-12  |  153b  |  8 lines

  1. # Try a NULL insert into a NOT NULL field (there's no name field)
  2. #
  3. # NOTE : This should fail
  4.  
  5. insert into test (age, phone) values ( 99, '9999') 
  6. \p\g
  7.  
  8.